home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / macro.MetaDef.n < prev    next >
Text File  |  1991-10-24  |  800b  |  30 lines

  1.  
  2.  
  3. .SH MACRO NAME
  4. \fBMetaDef(
  5. name className)
  6. .SH DESCRIPTION
  7. This macro provides information to the programming environment. It must be used in the declaration file of a class. It tells the programming environment the name of the class, the file in which it is declared, and provides access to the instance variables specified in the list of the \fB...MetaImpl...\fP macros. Every class that supports input/output methods must use the \fBMetaDef macro\fP and one of the \fB...MetaImpl...\fP macros.
  8. macro \fBMetaDef\fP is oftenused.
  9. .SH ARGUMENTS
  10. .TP
  11. \fBname className
  12. .br
  13. the name of a class
  14. .SH CATEGORIES
  15.  
  16. .na
  17. metaclass
  18. .ad b
  19.  
  20. .SH FILES
  21. .PD 0
  22. .TP 20
  23. declaration:
  24. \fBClass.h
  25. .SH HISTORY
  26. joe@csesbg.at    Mon Jun 17 19:47 1991    reworked
  27. .br
  28. joe@csesbg.at    Wed Jun 19 18:24 1991    added IsKindOf, Guard
  29. .br
  30.